home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000393_anthonypieper@cs.com_Fri Nov 7 09:28:34 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: anthonypieper@cs.com (newexpectuser)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Problem with Kermit spawned from Expect script sending files
  5. Date: 7 Nov 2003 04:47:46 -0800
  6. Organization: http://groups.google.com
  7. Lines: 27
  8. Message-ID: <f0bb0f39.0311070447.21675f23@posting.google.com>
  9. References: <f0bb0f39.0311061216.1ba040a0@posting.google.com> <slrnbqlcid.ooo.fdc@sesame.cc.columbia.edu>
  10. NNTP-Posting-Host: 209.251.39.194
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1068209266 10721 127.0.0.1 (7 Nov 2003 12:47:46 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Fri, 7 Nov 2003 12:47:46 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14648
  17.  
  18. I like using EXPECT, because I am familiar with it and what I am
  19. trying to do is very simple (get a file over from our secure ftp site
  20. to another server).
  21.  
  22. EXPECT allows me to pass a password across from the internal server
  23. (non-secure), which I like and need.
  24.  
  25. I like KERMIT, because I read that it can send a file, then delete it
  26. after it was successfully transfered. I know FTP can do this in
  27. Kermit, but I'm not sure why when I do this send it is failing.
  28.  
  29. Frank da Cruz <fdc@columbia.edu> wrote in message news:<slrnbqlcid.ooo.fdc@sesame.cc.columbia.edu>...
  30. > In article <f0bb0f39.0311061216.1ba040a0@posting.google.com>,
  31. > newexpectuser wrote:
  32. > : I have the following lines from my EXPECT script, which first spawns
  33. > : KERMIT, but it is failing trying to get a file called testfile.txt
  34. > : 
  35. > If you are using Kermit, you don't need to use Expect.  Just do it all
  36. > as a Kermit script.  Mixing Kermit and Expect only causes needless 
  37. > complications.  For a bit more explanation, read the beginning of:
  38. >   http://www.columbia.edu/kermit/ftpscripts.html
  39. > Although it's a page about our FTP client, the explanatory points apply
  40. > just as well to your application.
  41. > - Frank
  42.